var go/types.binaryOpPredicates

3 uses

	go/types (current package)
		expr.go#L1039: var binaryOpPredicates opPredicates
		expr.go#L1043: 	binaryOpPredicates = opPredicates{
		expr.go#L1136: 	if !check.op(binaryOpPredicates, x, op) {